github.com/klauspost/compress/zstd.fastEncoderDict.tableShardDirty (field)

9 uses

	github.com/klauspost/compress/zstd (current package)
		enc_fast.go#L34: 	tableShardDirty [tableShardCnt]bool
		enc_fast.go#L839: 		for i := range e.tableShardDirty {
		enc_fast.go#L840: 			if e.tableShardDirty[i] {
		enc_fast.go#L851: 		for i := range e.tableShardDirty {
		enc_fast.go#L852: 			e.tableShardDirty[i] = false
		enc_fast.go#L857: 	for i := range e.tableShardDirty {
		enc_fast.go#L858: 		if !e.tableShardDirty[i] {
		enc_fast.go#L864: 		e.tableShardDirty[i] = false
		enc_fast.go#L874: 	e.tableShardDirty[entryNum/tableShardSize] = true